Returns an interpolated value between two anchored times

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
protected delegate ValueType InterpolationDelegate(
	int t
)

Parameters

t
Type: System..::..Int32
Time for which a value is to be returned

Return Value

Interpolated value at time t

See Also